x86/boot: Align e820 and video data in the boot trampoline
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Aug 2016 16:32:10 +0000 (16:32 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 12 Aug 2016 12:51:43 +0000 (13:51 +0100)
commit5d8f8fa902685f4cceaf9e2b75da3c846956c2cd
tree9b2b9c5eaa6a88ac255b1b7b91217e2f171d3138
parent072e6709978143145a1c1b98c7f014dc4d87907f
x86/boot: Align e820 and video data in the boot trampoline

The undefined behaviour sanitiser in Clang 3.8 identifies that these are all
misaigned when used in __start_xen().

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/boot/mem.S
xen/arch/x86/boot/video.S